func crypto/internal/fips140/aes.newOutlined

2 uses

	crypto/internal/fips140/aes (current package)
		aes.go#L66: 	return newOutlined(&Block{}, key)
		aes.go#L73: func newOutlined(b *Block, key []byte) (*Block, error) {